home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
DOpus Plus
/
DOpus Plus.iso
/
Tutorial
/
C Guide
/
Time_module
/
buildinstrings.c
< prev
next >
Wrap
C/C++ Source or Header
|
1998-08-20
|
274b
|
11 lines
#define CATCOMP_BLOCK
#include "includes/buildin.strings"
#include <dopus/locale.h>
// This module includes all the locale strings,
// and initialises a pointer to them.
void init_locale_data(struct DOpusLocale *locale)
{
locale->li_BuiltIn=(char *)CatCompBlock;
}